-- 
--  NISHAN-PRODUCTS.mib: McDATA / Nishan Products Object Identifier tree
--
--  Version 1.0
--
--  Revision history:
--
--  4/25/01: Added revision list to header comments. 
--  5/03/01: Added ipS4000 series support
--  8/27/02: Added IPS 5000 series support
--  1/20/03: Added IPS 3350 support
--  3/07/03: Added IPS 3200 support
--  4/09/03: Modified to show new model numbers
--  9/29/03: Modified to show new model numbers
--

NISHAN-PRODUCTS DEFINITIONS ::= BEGIN


IMPORTS
      MODULE-IDENTITY
        FROM SNMPv2-SMI
      nishan
        FROM NISHAN-SMI;

nishanProducts     MODULE-IDENTITY
      LAST-UPDATED      "0304090000Z"
      ORGANIZATION      "McDATA / Nishan Systems, Inc"
      CONTACT-INFO      "McDATA / Nishan Systems, Inc
            Attn: Network Management
            3850 North First Street
            San Jose, CA 95134
            USA
            Tel : +1 408 519-3700
            email : snmp@nishansystems.com"
     DESCRIPTION "MIB for Internetworking Gateway/Switch Configuration"
     REVISION     "0309290000Z"
      DESCRIPTION
          "Initial public release of this MIB module"
::=  {  nishan  3  }

--
-- the following identifiers are assigned to Nishan routers
--

soipRouter        OBJECT IDENTIFIER ::= { nishanProducts 1 }
ips2000           OBJECT IDENTIFIER ::= { soipRouter 1 }
ips2x00           OBJECT IDENTIFIER ::= { ips2000 1 }

--
-- the following identifiers are assigned to Nishan switches
--

soipSwitch        OBJECT IDENTIFIER ::= { nishanProducts 2 }

-- For IPS 3000 series
ips3000           OBJECT IDENTIFIER ::= { soipSwitch 1 }

-- For Nishan IPS3100
ips3100           OBJECT IDENTIFIER ::= { ips3000 1 }

-- For Nishan IPS3300
ips3300           OBJECT IDENTIFIER ::= { ips3000 2 }

-- For Nishan IPS3320 (formerly 3350)
ips3320           OBJECT IDENTIFIER ::= { ips3000 3 }

-- For McDATA ECLIPSE1620 (formerly IPS1620)
eclipse1620       OBJECT IDENTIFIER ::= { ips3000 4 }

-- For Nishan IPS 4000 series
ips4000           OBJECT IDENTIFIER ::= { soipSwitch 2 }

-- For Nishan IPS4100
ips4100           OBJECT IDENTIFIER ::= { ips4000 1 }

-- For Nishan IPS4300
ips4300           OBJECT IDENTIFIER ::= { ips4000 2 }

-- For IPS 5000 series
ips5000           OBJECT IDENTIFIER ::= { soipSwitch 3 }

-- For IPS5300 (formerly 5100)
ips5300           OBJECT IDENTIFIER ::= { ips5000 1 }

-- For IPS5340 (formerly 5300)
ips5340           OBJECT IDENTIFIER ::= { ips5000 2 }

-- For IPS5380 (formerly 5400
ips5380           OBJECT IDENTIFIER ::= { ips5000 3 }

--
-- the following identifiers are assigned to Nishan gateways
--

soipGateway       OBJECT IDENTIFIER ::= { nishanProducts 3 }
ips1000           OBJECT IDENTIFIER ::= { soipGateway 1 }
ips1x00           OBJECT IDENTIFIER ::= { ips1000 1 }

--
END